From ab05dbb66b7f52e29de8d93249cc1829dbc3a873 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 30 Oct 2015 11:25:30 -0700 Subject: [PATCH] Bump to 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69fd99c14..d0e49fbfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.6.0" +version = "0.7.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7422dbad8..4cc934c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.6.0" +version = "0.7.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 74d74965f..bd7f915e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.6.0 +CFG_RELEASE_NUM=0.7.0 CFG_RELEASE_LABEL= include config.mk -- 2.30.2